@import "coms/format.css";
@import "coms/public.css?202211";
@import "coms/coms.css?20220628";
@import "../icon/iconfont.css";
@media only screen and (min-width: 360PX) and (max-width: 374PX) {
  html {
    font-size: 36PX !important;
  }
}
@media only screen and (min-width: 375PX) and (max-width: 389PX) {
  html {
    font-size: 37.5PX !important;
  }
}
@media only screen and (min-width: 390PX) and (max-width: 413PX) {
  html {
    font-size: 39PX !important;
  }
}
@media only screen and (min-width: 414PX) and (max-width: 639PX) {
  html {
    font-size: 41.4PX !important;
  }
}
@media screen and (min-width: 640PX) and (max-width: 749PX) {
  html {
    font-size: 64PX !important;
  }
}
@media screen and (min-width: 750PX) {
  html {
    font-size: 75px !important;
  }
}
